1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPURCHASEORDERLIST
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Label1 = New System.Windows.Forms.Label
26         Me.cmblist = New System.Windows.Forms.ComboBox
27         Me.GroupBox1 = New System.Windows.Forms.GroupBox
28         Me.listitems = New System.Windows.Forms.ListView
29         Me.CmdSelect = New System.Windows.Forms.Button
30         Me.cmdCancel = New System.Windows.Forms.Button
31         Me.GroupBox1.SuspendLayout()
32         Me.SuspendLayout()
33         
'
34         
'Label1
35         
'
36         Me.Label1.AutoSize = True
37         Me.Label1.Location = New System.Drawing.Point(
12, 14)
38         Me.Label1.Name =
"Label1"
39         Me.Label1.Size = New System.Drawing.Size(
91, 13)
40         Me.Label1.TabIndex =
0
41         Me.Label1.Text =
"Select Category :"
42         
'
43         
'cmblist
44         
'
45         Me.cmblist.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
46         Me.cmblist.FormattingEnabled = True
47         Me.cmblist.Location = New System.Drawing.Point(
103, 6)
48         Me.cmblist.Name =
"cmblist"
49         Me.cmblist.Size = New System.Drawing.Size(
147, 21)
50         Me.cmblist.TabIndex =
1
51         
'
52         
'GroupBox1
53         
'
54         Me.GroupBox1.Controls.Add(Me.listitems)
55         Me.GroupBox1.Location = New System.Drawing.Point(
1, 27)
56         Me.GroupBox1.Name =
"GroupBox1"
57         Me.GroupBox1.Size = New System.Drawing.Size(
533, 304)
58         Me.GroupBox1.TabIndex =
60
59         Me.GroupBox1.TabStop = False
60         
'
61         
'listitems
62         
'
63         Me.listitems.FullRowSelect = True
64         Me.listitems.GridLines = True
65         Me.listitems.Location = New System.Drawing.Point(
6, 18)
66         Me.listitems.Name =
"listitems"
67         Me.listitems.Size = New System.Drawing.Size(
521, 280)
68         Me.listitems.TabIndex =
2
69         Me.listitems.UseCompatibleStateImageBehavior = False
70         Me.listitems.View = System.Windows.Forms.View.Details
71         
'
72         
'CmdSelect
73         
'
74         Me.CmdSelect.Location = New System.Drawing.Point(
12, 337)
75         Me.CmdSelect.Name =
"CmdSelect"
76         Me.CmdSelect.Size = New System.Drawing.Size(
60, 25)
77         Me.CmdSelect.TabIndex =
3
78         Me.CmdSelect.Text =
"Select"
79         Me.CmdSelect.UseVisualStyleBackColor = True
80         
'
81         
'cmdCancel
82         
'
83         Me.cmdCancel.Location = New System.Drawing.Point(
78, 337)
84         Me.cmdCancel.Name =
"cmdCancel"
85         Me.cmdCancel.Size = New System.Drawing.Size(
60, 25)
86         Me.cmdCancel.TabIndex =
4
87         Me.cmdCancel.Text =
"Cancel"
88         Me.cmdCancel.UseVisualStyleBackColor = True
89         
'
90         
'FrmPURCHASEORDERLIST
91         
'
92         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
93         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
94         Me.BackColor = System.Drawing.Color.WhiteSmoke
95         Me.ClientSize = New System.Drawing.Size(
537, 371)
96         Me.Controls.Add(Me.cmdCancel)
97         Me.Controls.Add(Me.CmdSelect)
98         Me.Controls.Add(Me.GroupBox1)
99         Me.Controls.Add(Me.cmblist)
100         Me.Controls.Add(Me.Label1)
101         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
103         Me.Name =
"FrmPURCHASEORDERLIST"
104         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
105         Me.Text =
"List Items"
106         Me.GroupBox1.ResumeLayout(False)
107         Me.ResumeLayout(False)
108         Me.PerformLayout()
109
110     End Sub
111     Friend WithEvents Label1 As System.Windows.Forms.Label
112     Friend WithEvents cmblist As System.Windows.Forms.ComboBox
113     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
114     Friend WithEvents CmdSelect As System.Windows.Forms.Button
115     Friend WithEvents cmdCancel As System.Windows.Forms.Button
116     Friend WithEvents listitems As System.Windows.Forms.ListView
117 End Class


Gõ tìm kiếm nhanh...